home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
etech
/
a8085
/
mac
/
ed.m
Wrap
Text File
|
1995-07-30
|
157b
|
8 lines
; Edit memory with binary editor
!echo "Edit memory ... " NOLINE
export "T:core",0
!c:zap -* "T:core"
import "T:core",0
!c:delete "T:core" quiet
echo "done"